-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
localized diary topics #1159
localized diary topics #1159
Conversation
How to turn a draft into a pull request? Does this error with current release? |
While at this, people have been asking for a way to hide diary records |
Will make the adjustments digested above
Higly likely; don't know to be honest. Was also the reason why I made a draft of it. |
Suggested? Please don't eat the pull request. |
haha phone autocorrect, yes suggested. |
02bc113
to
120f466
Compare
120f466
to
ae72280
Compare
Setting is local. |
All done ready for review. I am unsure if the setting handeling is a good solution. But the postInit did not handle anything else so no point running the rest. |
Not a fan of making a setting for this. It seems to me that the overhead of a setting, even though small, is not worth such a minor thing as some briefing entries. |
Well I also removed all diaries once as well in a super hacky way but also lost that solution. Tho there will be 2 new commands that allow scripts to remove diary records (removeDiarySubject, removeDiaryRecord). I stated this on the forum post as well. Also unsure of the settings execution. But think it's neat to have the option to hide them. |
That settles it then. I'll doc it on the wiki. Setting not needed. |
* draw scripted optic in pause menu in MP * draw scripted optic in pause menu in MP
Settings reverted NOTE: This will cause error if used on version <1.95 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't merge before updated syntax of createDiaryRecord
is in Arma stable.
Remove will be: player removeDiarySubject "cba_help_docs"; or: player removeDiaryRecord ["cba_help_docs", localize "STR_CBA_Help_Keys"];
player removeDiaryRecord ["cba_help_docs", localize "STR_CBA_Credits"];
player removeDiaryRecord ["cba_help_docs", localize "STR_CBA_Addons"]; in next Arma stable I think. |
* rotate scripted optic according to weapon bank * handle launchers, pistols * update variable names
* add cartridge effect on repeat * optimize * velocity one frame later to fix drawn position in frame 0 * update variable names
Add Missing Turkish Translations
XEH - Fix version report in rpt
Co-Authored-By: jonpas <jonpas33@gmail.com>
Add turret event
Replace all use of count as a forEach
…he sides to support 21:9 aspect ratio screens.
…h what you saw before scoping in. See CBATeam#1245 (comment) for comparison of old value.
…sues with increasing this value.
Add support for 21:9 resolutions to CBA optics addon.
… into NoDatedDiaryRecord
0 spawn {
waitUntil {!isNil "cba_help_DiaryRecordAddons"};
// delete whole subject
player removeDiarySubject "cba_help_docs";
// or delete individual records
player removeDiaryRecord ["cba_help_docs", cba_help_DiaryRecordKeys];
player removeDiaryRecord ["cba_help_docs", cba_help_DiaryRecordCredits];
player removeDiaryRecord ["cba_help_docs", cba_help_DiaryRecordAddons];
}; |
fuck this shit |
When merged this pull request will: